Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Calcite 1.13 pushes EXTRACT and FLOOR function to Druid as an extraction function (cf CALCITE-1758). Originally, we were assuming that all group by columns in a druid query were of STRING type; however, this will not true anymore (result of EXTRACT is an INT and result of FLOOR a TIMESTAMP).
When we upgrade to Calcite 1.13, we will need to extend the DruidSerDe to handle these functions.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-16888 Upgrade Calcite to 1.13 and Avatica to 1.10
- Closed